Skip to main content

All Questions

6votes
1answer
822views

lsof misses files

Why does lsof fail to list files I have open. For example I open with the text editor some file in my home directory. $ gedit ~/.python_history lsof does not even work as root $ sudo lsof | grep ...
sdgsrg's user avatar

close